home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / sound / mpdecode / mpdecode.readme < prev    next >
Text File  |  1999-11-29  |  2KB  |  55 lines

  1. Short:    MP3 to AIFF decoder (multiple files)
  2. Uploader: Thomas Wenzel (wenzel@act-net.com)
  3. Author:   Thomas Wenzel (wenzel@act-net.com)
  4. Type:     mus/edit
  5. Version:  1.0
  6.  
  7.  
  8. Introduction
  9. ------------
  10. mpdecode is a commandline based MPEG audio decoder using mpega.library by
  11. Stephane Tavenard. It can decode multiple files to any destination
  12. directory and save them as 16-bit AIFF.
  13.  
  14.  
  15. Requirements (not included in this archive!)
  16. --------------------------------------------
  17. mpega.library    (Aminet:util/libs/mpega_library.lha)
  18.  
  19.  
  20. Examples
  21. --------
  22.  
  23.  Decode all MP3 files in CD0: to Work:AIFF
  24.  -> mpdecode CD0:#?.mp3 OutDir=Work:AIFF
  25.  
  26.  Decode all supported files in Work:MP3 to the same directory
  27.  -> mpdecode Work:MP3/#?
  28.  
  29.  
  30. Legal stuff
  31. -----------
  32. mpdecode is copyrighted freeware. It may be distributed freely as long as
  33. no modifications are made to the executable, the source code and this document.
  34. A nominal fee may be asked to cover distribution costs.
  35.  
  36. mpdecode may not be used for any commercial purposes or included with any
  37. commercial product without the written permission of the author. It may
  38. NOT be stored on ftp servers or websites that also hold commercial software
  39. products or drivers for commercial hardware. The only exception are servers
  40. of the Aminet archive.
  41.  
  42. You may modify and recompile the included source code but only for your own
  43. needs. If you want to distribute a modified version you must state that
  44. it's based on mpdecode, give your real name and email address and explain
  45. the most important changes you've made. A new distribution package based on
  46. mpdecode may not violate any legal issue of mpega.library and/or mpdecode
  47. itself.
  48.  
  49. No responsibilities are taken for damaged speakers, amplifiers, Amigas
  50. or any other components or data involved while using mpdecode itself or
  51. when playing the files produced by mpdecode.
  52.  
  53. Although I've done some beta testing I can't guarantee that mpdecode will
  54. not crash! If you find any bugs, let me know.
  55.